home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET 2
/
BCI NET 2.iso
/
archives
/
programming
/
libraries
/
svlib102d.lha
/
superview-lib_DEV
/
Programmers
/
Example_SVDrivers
/
ECS
/
ecs.h
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-02-17
|
317 b
|
22 lines
/* ecs.h
- Include File for ECS Support Routines -
(c) 1994 by Andreas R. Kleinert
Last changes : 05.03.1994
*/
#ifndef ECS_H
#define ECS_H
#ifndef GRAPHICS_VIEW_H
#include <graphics/view.h>
#endif /* GRAPHICS_VIEW_H */
/* some useful Defines */
#define ColorAcc(x) (1<<(x))
#endif /* ECS_H */